home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PTrapSettings.h -----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PTrapSettings__
- #define __PTrapSettings__
-
- class PGetTrapSettings;
-
- class PTrapSettings
- {
-
- public:
-
- PTrapSettings
- ( short bEnable,
- long xDefWidth,
- long xBlackWidth,
- short dStepLimit,
- short dCentThresh,
- short dTextLimit,
- short bTrapOverImp );
-
- PTrapSettings(const PGetTrapSettings& trapSettings);
-
- private:
-
- PTrapSettings();
- };
-
- #endif
-
- // end of PTrapSettings.h
-